Browser send the request to url specified in src property of img tag and load image asynchronously with image/png specified in contentType header request.
I have done some research and I have concluded that using asynchronous jQuery Ajax requests would be the best to load them all at the same time as fast as ...